Improve error handling and update authorization method#33
Improve error handling and update authorization method#33
Conversation
Refactored error handling and logging for invite process. Updated authorization method to use 'Bearer' token.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
/gemini review |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
There was a problem hiding this comment.
Pull request overview
Refactors the GitHub Actions auto-invite script to improve resilience and logging during the “star” event flow, and updates the API authorization header to use a Bearer token.
Changes:
- Replace
tokenauthorization scheme withBearerand add request timeout handling. - Improve runtime input validation and gate execution to only the
started(star) action. - Reduce log verbosity and avoid printing full API responses to prevent accidental leakage.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…rmissions cases Agent-Logs-Url: https://github.com/metropolis-retro/.github/sessions/3ae8762c-9c1e-44e4-a834-69b46cf810a4 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
Agent-Logs-Url: https://github.com/metropolis-retro/.github/sessions/3ae8762c-9c1e-44e4-a834-69b46cf810a4 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Refactored error handling and logging for invite process. Updated authorization method to use 'Bearer' token.